SUMMARY An additional method to _properly store a Cursor. By properly, I mean in such a way that it can be read and subsequently used as a Cursor (i.e. recreating the handle). BH, 1/10/92"
!
'From Objectworks(r)\Smalltalk, Release 4 of 25 October 1990 on 12 February 1992 at 5:32:09 pm'!
!Cursor methodsFor: 'storing'!
storeOn: aStream
"Append to the argument aStream a sequence of characters that is an
expression whose evaluation creates an object similar to the receiver."
"Override Object's method, to avoid storing the handle"